FmsGeneralGroup Object
The FmsGeneralGroup object defines the properties and Nodes of a general group. It can be used to create groups in an FMS. Declare the object using the following code:
|
Dim FmsGeneralGroup Set FmsGeneralGroup = CreateObject("CxFms.FmsGeneralGroup") |
Each method in this document will assume you have declared and connected an FmsClient object using the following code:
|
Dim FmsClient Set FmsClient = CreateObject("CxFms.FmsClient")
FmsClient.Connect("CYGDEMO.FMS") |
More:


